home *** CD-ROM | disk | FTP | other *** search
/ .net 2002 March / DotNetMagazine-Issue107-Coverdisc-NET107-02-03-PCMac.bin / pc / PC Software / free_browsing / DavesQckSearchDbar3-14 / dqsd.exe / searches / wug.xml < prev    next >
Text File  |  2002-09-27  |  1KB  |  38 lines

  1. <search function="wug">
  2.   <name>Weather Underground</name>
  3.   <description>Search for weather forecasts by zip code
  4.   <div class="helpboxDescLabels">Examples:</div> 
  5.   <table class="helpboxDescTable">
  6.     <tr>
  7.       <td>wug 75287</td>
  8.     </tr>
  9.   </table>
  10.   </description>
  11.   <category>News</category>
  12.   <link>http://www.weatherunderground.com/</link>
  13.   <contributor>Monty Scroggins</contributor>
  14.   <form name="wugf"
  15.         action="http://www.weatherunderground.com/cgi-bin/findweather/getForecast"
  16.         method="get">
  17.     <input type="hidden" name="query" value=""/>
  18.   </form>
  19.   <script><![CDATA[
  20.     function wug(q)
  21.     {
  22.       if (q == "")
  23.         openSearchWindow("http://www.weatherunderground.com/");
  24.       else
  25.       {
  26.         document.wugf.query.value=q;
  27.         submitForm(wugf);
  28.       }
  29.     }
  30.   ]]></script>
  31.  
  32.   <copyright>
  33.     Copyright (c) 2002 David Bau
  34.     Distributed under the terms of the
  35.     GNU Public License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
  36.   </copyright>
  37. </search>
  38.